Skip to content

Fix various auto publish bugs - #393

Merged
ErikEJ merged 2 commits into
mainfrom
publish-fix
Jul 24, 2026
Merged

Fix various auto publish bugs#393
ErikEJ merged 2 commits into
mainfrom
publish-fix

Conversation

@ErikEJ

@ErikEJ ErikEJ commented Jul 24, 2026

Copy link
Copy Markdown
Owner

fixes #369

Copilot AI review requested due to automatic review settings July 24, 2026 05:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to address issues around the “Publish on save” (auto publish) feature in the VSIX/SSMS extensions by updating dependencies and adjusting command enablement behavior.

Changes:

  • Updated Microsoft.SqlServer.TransactSql.ScriptDom package version in both VSIX projects.
  • Adjusted the enablement logic for the “Enable 'Publish on save'” command.
  • Updated SonarAnalyzer.CSharp analyzer version in Directory.Build.Props.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/Vsix/Vsix.csproj Bumps ScriptDom package version used by the VSIX.
src/SsmsVsix/SsmsVsix.csproj Bumps ScriptDom package version used by the SSMS VSIX.
src/Shared/Commands/EnablePublishOnSaveCommand.cs Changes when the “Enable 'Publish on save'” command is enabled.
Directory.Build.Props Updates the SonarAnalyzer.CSharp analyzer package version.

Comment thread src/Shared/Commands/EnablePublishOnSaveCommand.cs Outdated
@ErikEJ
ErikEJ merged commit 6d8bf87 into main Jul 24, 2026
1 check passed
@ErikEJ
ErikEJ deleted the publish-fix branch July 24, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate if Auto Publish is broken in latest VS

2 participants